os/exec.Cmd.writerDescriptor (method)
3 uses
os/exec (current package)
exec.go#L279: return c.writerDescriptor(c.Stdout)
exec.go#L286: return c.writerDescriptor(c.Stderr)
exec.go#L289: func (c *Cmd) writerDescriptor(w io.Writer) (f *os.File, err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)